CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Delaunay triangulation

搜索资源列表

  1. 2dDelaunay2

    0下载:
  2. 该源码是用构件VC来构件的Delaunay三角网,采用的算法是增长算法。-is the source component to component VC Delaunay triangulation, the algorithm is growing algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:49436
    • 提供者:ChenYongli
  1. dct

    0下载:
  2. 实现并且针对最坏情况去优化delaunay triangulation 算法。
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:12714
    • 提供者:刘隽宏
  1. 构建Delaunay三角网的VB源程序

    1下载:
  2. 构建delaunay三角网的程序,速度很快哦-Construction nodes triangulation process, very fast, oh
  3. 所属分类:行业应用软件

    • 发布日期:2008-10-13
    • 文件大小:17880
    • 提供者:程立君
  1. ttl-1.0.0

    0下载:
  2. 德劳内三角算法实现二维或三维任意点的三角网格划分C-Delaunay triangulation algorithm arbitrary two-dimensional or three-dimensional triangular point mesh C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:727928
    • 提供者:朱磊
  1. c_sharp

    0下载:
  2. delaunay Triangulation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:52044
    • 提供者:www
  1. hull

    1下载:
  2. Hull三角网生成算法三角网生成算法,VB实现.Delaunay三角网生成算法,VB实现.-Hull TIN algorithm TIN algorithm, VB. Delaunay Triangulation generation algorithm, VB.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:41942
    • 提供者:zz
  1. tin-matlab

    0下载:
  2. 应用于德劳内三角剖分的一个中生长算法,简单有效的进行三角剖分。-Used a Delaunay triangulation algorithm in growth, simple and effective for triangulation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:61643
    • 提供者:jay
  1. cvery_54517008.rar

    0下载:
  2. 用vb编写的Delaunay三角剖分算法源码,Vb prepared using Delaunay triangulation algorithm source code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:19730
    • 提供者:savio
  1. RANSAC.rar

    0下载:
  2. :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:18393
    • 提供者:lilin
  1. delauney

    1下载:
  2. delaunay三角网程序用来生成不规则三角网格,用来构建不规则图形。-Delaunay triangulation net program used to generate irregular triangular mesh, used to construct irregular graphics.
  3. 所属分类:GIS program

    • 发布日期:2015-12-02
    • 文件大小:2088960
    • 提供者:陆益红
  1. TIN_Demo

    0下载:
  2. 三角网生成,利用离散点生成Delaunay三角网,交互式界面-Triangular mesh generation, the use of discrete points, Delaunay triangulation is generated, interactive interface, intuitive
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:146761
    • 提供者:WW
  1. tetgen1.4.3

    0下载:
  2. 专业的三维点去数据网格化开源代码。相当好。c++ 的。-point cloud delaunay triangulation
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-30
    • 文件大小:300617
    • 提供者:guanzhou
  1. TestDelaunay

    0下载:
  2. 运用CGAL算法库,实现delaunay三角剖分,实现效果较好。-Use CGAL algorithms library, perform delaunay triangulation, the effect is perfect.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4770070
    • 提供者:张学贺
  1. Delaunay_TIN

    0下载:
  2. 主要探讨了以Delaunay三角剖分的逐点插入法为基础构建不规则三角网的方法,并在程序设计中对该算法进行了改进,极大地提高了Delaunay三角网的构建效率 -Mainly discusses the Delaunay triangulation based on incremental insertion method TIN constructed, and in programming the algorithm was improved greatly improve the eff
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:101657
    • 提供者:古林玉
  1. triangle

    0下载:
  2. 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:   1、Delaunay三角网是唯一的;   2、三角网的外边界构成了点集P的凸多边形“外壳”;   3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。   4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:113116
    • 提供者:maxpeach
  1. DelaunayTRIVB

    0下载:
  2. 构建Delaunay三角网 -Construction of Delaunay Triangulation
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:17860
    • 提供者:George
  1. DelaunayTriangulation

    0下载:
  2. 采用C++实现的Delaunay三角网的构建,对传统的算法进行了优化,保证了在大量离散的时程序的运行速度-Using C++ Achieved Delaunay Triangulation Construction, the traditional algorithm is optimized to ensure that in the process when a large number of discrete speed
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:6253
    • 提供者:lbq
  1. docking_zyb

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:46506
    • 提供者:dgdfg
  1. zyb1_delaunay

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5296
    • 提供者:dgdfg
  1. zyb_delaunaydemo

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:GIS program

    • 发布日期:2017-04-09
    • 文件大小:125364
    • 提供者:dgdfg
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com